backport some fixes related to documentation building
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 30 Jan 2020 21:03:38 +0000 (21:03 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Thu, 30 Jan 2020 21:03:38 +0000 (21:03 +0000)
commit9eae4d950ade545c28205c210e7d13a5c645fff0
tree6e349e35bc38d04bf88bf972fb84cbe75683e66c
parente3207c5ef14b979e0939681de7b9703434d1edfa
backport some fixes related to documentation building

Origin: upstream, this is a backport of four commits:
 - https://code.qt.io/cgit/qt/qtbase.git/commit/?id=0014d81b1907621e
   doc: Revert to documenting the actual functions
 - https://code.qt.io/cgit/qt/qtbase.git/commit/?id=81d8319276f26d39
   doc: Fix all clang parse errors in QtBase during PCH build
 - https://code.qt.io/cgit/qt/qtbase.git/commit/?id=c306663990ba8681
   Fix qdoc errors in QProcess header
 - https://code.qt.io/cgit/qt/qtbase.git/commit/?id=98cb9275d064d8b9
   doc: clang reported two fake declarations to be the same
Last-Update: 2019-06-15

These changes help us to eliminate most of the warnings like this:
(qdoc) warning: No documentation for 'QRect::bottom() const'

There were 3603 such warnings without this patch, with it only 76
are left.

Gbp-Pq: Name docs_fixes.diff
39 files changed:
src/corelib/global/qfloat16.h
src/corelib/io/qprocess.h
src/corelib/kernel/qmetatype.h
src/corelib/kernel/qtimer.cpp
src/corelib/kernel/qtimer.h
src/corelib/kernel/qvariant.h
src/corelib/plugin/qfactoryinterface.h
src/corelib/serialization/qcborvalue.cpp
src/corelib/serialization/qcborvalue.h
src/corelib/serialization/qjsonvalue.h
src/corelib/thread/qresultstore.cpp
src/corelib/thread/qresultstore.h
src/corelib/tools/qbytearraylist.h
src/dbus/qdbusargument.cpp
src/dbus/qdbusargument.h
src/dbus/qdbusconnection.h
src/dbus/qdbuspendingcall.cpp
src/dbus/qdbuspendingcall.h
src/dbus/qdbuspendingreply.cpp
src/dbus/qdbuspendingreply.h
src/dbus/qdbusreply.cpp
src/dbus/qdbusreply.h
src/dbus/qdbusutil.cpp
src/gui/accessible/qaccessible.h
src/gui/opengl/qopenglfunctions.h
src/gui/opengl/qopenglshaderprogram.h
src/gui/text/qabstracttextdocumentlayout.h
src/network/kernel/qhostinfo.cpp
src/network/kernel/qhostinfo.h
src/opengl/qgl.h
src/opengl/qglshaderprogram.h
src/widgets/dialogs/qmessagebox.h
src/widgets/graphicsview/qgraphicsitem.h
src/widgets/graphicsview/qgraphicslayout.h
src/widgets/graphicsview/qgraphicslayoutitem.h
src/widgets/widgets/qmenu.cpp
src/widgets/widgets/qmenu.h
src/widgets/widgets/qtoolbar.cpp
src/widgets/widgets/qtoolbar.h